projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30fa142
)
popover: Apply child shapes on the GtkWidget popover subwindow
author
Alexander Larsson
<alexl@redhat.com>
Tue, 4 Feb 2014 11:07:42 +0000
(12:07 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Tue, 4 Feb 2014 20:29:10 +0000
(21:29 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=723556
gtk/gtkpopover.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpopover.c
b/gtk/gtkpopover.c
index 017fe2cbebc8568957febb76ca28a8b779895b67..3d824460615947c050f96cd8b0a414fa579376a5 100644
(file)
--- a/
gtk/gtkpopover.c
+++ b/
gtk/gtkpopover.c
@@
-606,6
+606,8
@@
gtk_popover_update_shape (GtkPopover *popover)
gtk_widget_shape_combine_region (GTK_WIDGET (popover), region);
cairo_region_destroy (region);
+
+ gdk_window_set_child_shapes (gtk_widget_get_parent_window (GTK_WIDGET (popover)));
}
static void